Platform Explorer / Nuxeo Platform 2023.10

Operation User.Invite (Invite a user)

Description

Stores a registration request and returns its ID.
Operation id User.Invite
Category Users & Groups
Label Invite a user
Requires
Since

Parameters

Name Description Type Required Default value
autoAccept boolean no  
comment string no  
info map no  
validationMethod validationmethod no  

Signature

Inputs nuxeoprincipal
Outputs string

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.UserInvite
Contributing Component org.nuxeo.ecm.core.automation.features.operations

JSON Definition

{
  "id" : "User.Invite",
  "label" : "Invite a user",
  "category" : "Users & Groups",
  "requires" : null,
  "description" : "Stores a registration request and returns its ID.",
  "url" : "User.Invite",
  "signature" : [ "nuxeoprincipal", "string" ],
  "params" : [ {
    "name" : "autoAccept",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "comment",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "info",
    "description" : null,
    "type" : "map",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "validationMethod",
    "description" : null,
    "type" : "validationmethod",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}